From: Daniel Golle Date: Mon, 1 Dec 2025 11:46:55 +0000 (+0000) Subject: cyrus-sasl: fix build with glibc X-Git-Url: http://git.openwrt.org/%22https:/collectd.org///%22https:/collectd.org/?a=commitdiff_plain;h=404d74febc29febea8e0bb444caa2558670f9c2b;p=feed%2Fpackages.git cyrus-sasl: fix build with glibc Add missing dependency +USE_GLIBC:libcrypt-compat to express dependency on libcrypto.so.1 when building with GNU glibc. Signed-off-by: Daniel Golle --- diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index aeb2be3ab6..ab73a3412f 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -37,7 +37,7 @@ endef define Package/libsasl2 $(call Package/libsasl2/Default) - DEPENDS:=+libopenssl + DEPENDS:=+USE_GLIBC:libcrypt-compat +libopenssl TITLE+= (libraries) endef